home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2005 August
/
Sky at Night 3.iso
/
mac
/
soft.dir
/
00098_Script_install4
< prev
next >
Wrap
Text File
|
2005-06-23
|
388b
|
9 lines
on mouseup me
if the platform contains "Mac" then
alert "Unfortunately, due to security features of Mac OS X, we are unable to open this file directly. Instead the folder containing the software will now open"
baopenfile ( the moviePath&"software:equinox", "normal" )
moveToBack (the Stage)
else
alert "Sorry, this software is for Mac only"
end if
end